home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / IBMPRO2.PMF < prev    next >
Text File  |  1993-01-01  |  10KB  |  339 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the IBM Proprinter II.           ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "IBM Proprinter II"
  10.  
  11. NAME     =  "Line Feed"
  12.   DESC   =  "Advance paper to the next line."
  13.   CODES  =  10
  14.  
  15. NAME     =  "Form Feed"
  16.   DESC   =  "Advance paper to the top of the"
  17.             "next page."
  18.   CODES  =  12
  19.  
  20. NAME     =  "Sound Bell"
  21.   DESC   =  "Sound the printer bell."
  22.   CODES  =  7
  23.  
  24. NAME     =  "Set Top Of Form"
  25.   DESC   =  "Sets the top of form to the current"
  26.             "position of the printhead."
  27.   CODES  =  27,52
  28.  
  29. NAME     =  "Clear Printer Buffer"
  30.   DESC   =  "Clear all data from printer"
  31.             "buffer."
  32.   CODES  =  24
  33.  
  34. NAME     =  "Select Font"
  35.   DESC   =  "Select print quality and character"
  36.             "spacing for either resident or"
  37.             "downloaded fonts."
  38.   CODES  =  27,73,0
  39.             "Please select font by entering one"
  40.             "of the following decimal values:"
  41.             " "
  42.             "Value  Font"
  43.             "-----  ----------------------------"
  44.             "  0    Internal 10 cpi draft"
  45.             "  1    Internal 12 cpi draft"
  46.             "  2    Internal NLQ sans serif"
  47.             "  3    Internal NLQ courier"
  48.             "  4    Downloaded 10 cpi draft"
  49.             "  5    Downloaded 12 cpi draft"
  50.             "  6    Downloaded NLQ sans serif"
  51.             "  7    Downloaded NLQ courier"
  52.             " "
  53.             "Example: Entering 3 (decimal) would"
  54.             "select NLQ courier as the current"
  55.             "font."
  56.             0
  57.  
  58. NAME     =  "Select NLQ Font Style"
  59.   DESC   =  "Select the style to be used when"
  60.             "printing in near letter quality"
  61.             "(NLQ) font."
  62.   CODES  =  27,107,0
  63.             "Please select NLQ style by entering"
  64.             "one of the following decimal"
  65.             "values:"
  66.             " "
  67.             "Value   Style"
  68.             "-----   ----------"
  69.             "  0     Courier"
  70.             "  1     Sans Serif"
  71.             "  3     Prestige"
  72.             "  6     Bold PS"
  73.             " "
  74.             "Example: Entering 3 selects the"
  75.             "Prestige font."
  76.             0
  77.  
  78. NAME     =  "Select 10 CPI (Pica)"
  79.   DESC   =  "Activate 10 characters per inch"
  80.             "(cpi) printing."
  81.   CODES  =  18
  82.  
  83. NAME     =  "Select 12 CPI (Elite)"
  84.   DESC   =  "Activate 12 characters per inch"
  85.             "(cpi) printing."
  86.   CODES  =  27,58
  87.  
  88. NAME     =  "Select 17 CPI (Compressed)"
  89.   DESC   =  "Activate 17 characters per inch"
  90.             "(cpi) printing."
  91.   CODES  =  15
  92.  
  93. NAME     =  "Double Width ON"
  94.   DESC   =  "Activate double width print."
  95.             "Characters are printed twice their"
  96.             "normal width."
  97.   CODES  =  27,91,64,4,0,0,0,0,0,0,0,0,2
  98.  
  99. NAME     =  "Double Width OFF"
  100.   DESC   =  "Deactivate double width print."
  101.             "Characters are printed their normal"
  102.             "width."
  103.   CODES  =  27,91,64,4,0,0,0,0,0,0,0,0,1
  104.  
  105. NAME     =  "Double Height ON"
  106.   DESC   =  "Activate double height print."
  107.             "Characters are printed twice their"
  108.             "normal height."
  109.   CODES  =  27,91,64,4,0,0,0,0,0,0,2,0,0
  110.  
  111. NAME     =  "Double Height OFF"
  112.   DESC   =  "Deactivate double height print."
  113.             "Characters are printed their normal"
  114.             "height."
  115.   CODES  =  27,91,64,4,0,0,0,0,0,0,1,0,0
  116.  
  117. NAME     =  "Single Line Spacing"
  118.   DESC   =  "Select single line spacing."
  119.   CODES  =  27,91,64,4,0,0,0,0,0,0,16,0,0
  120.  
  121. NAME     =  "Double Line Spacing"
  122.   DESC   =  "Select double line spacing."
  123.   CODES  =  27,91,64,4,0,0,0,0,0,0,32,0,0
  124.  
  125. NAME     =  "Emphasized ON"
  126.   DESC   =  "Activate emphasized print."
  127.             "Characters are printed twice the"
  128.             "original horizontal dot density."
  129.   CODES  =  27,69
  130.  
  131. NAME     =  "Emphasized OFF"
  132.   DESC   =  "Deactivate emphasized print."
  133.   CODES  =  27,70
  134.  
  135. NAME     =  "Double-Strike ON"
  136.   DESC   =  "Activate double-strike print."
  137.             "Characters are printed twice. The"
  138.             "second time, character is offset"
  139.             "vertically."
  140.   CODES  =  27,71
  141.  
  142. NAME     =  "Double-Strike OFF"
  143.   DESC   =  "Deactivate double-strike print."
  144.   CODES  =  27,72
  145.  
  146. NAME     =  "Superscript ON"
  147.   DESC   =  "Activate superscript print."
  148.             "Characters are printed at an offset"
  149.             "above the normal print line."
  150.   CODES  =  27,83,0,0
  151.  
  152. NAME     =  "Subscript ON"
  153.   DESC   =  "Activate subscript print."
  154.             "Characters are printed at an offset"
  155.             "below the normal print line."
  156.   CODES  =  27,83,1
  157.  
  158. NAME     =  "Superscript/Subscript OFF"
  159.   DESC   =  "Deactivate super/subscript print."
  160.   CODES  =  27,84
  161.  
  162. NAME     =  "Underline ON"
  163.   DESC   =  "Activate underline print."
  164.             "Characters, including the space,"
  165.             "are underscored."
  166.   CODES  =  27,45,1
  167.  
  168. NAME     =  "Underline OFF"
  169.   DESC   =  "Deactivate underline print."
  170.   CODES  =  27,45,0,0
  171.  
  172. NAME     =  "Overscore ON"
  173.   DESC   =  "Activate overscore printing."
  174.             "Characters, including the space,"
  175.             "are overscored."
  176.   CODES  =  27,95,1
  177.  
  178. NAME     =  "Overscore OFF"
  179.   DESC   =  "Deactivate overscore printing."
  180.   CODES  =  27,95,0,0
  181.  
  182. NAME     =  "Proportional Spacing ON"
  183.   DESC   =  "Activate proportional spacing."
  184.             "Spacing between letters is adjusted"
  185.             "to compensate for the varying"
  186.             "widths of individual characters."
  187.   CODES  =  27,80,1
  188.  
  189. NAME     =  "Proportional Spacing OFF"
  190.   DESC   =  "Deactivate proportional spacing."
  191.   CODES  =  27,80,0,0
  192.  
  193. NAME     =  "Unidirectional ON"
  194.   DESC   =  "Activate unidirectional printing."
  195.             "Print from left to right only."
  196.   CODES  =  27,85,1
  197.  
  198. NAME     =  "Unidirectional OFF"
  199.   DESC   =  "Deactivate unidirectional printing."
  200.             "Print from both left to right and"
  201.             "right to left."
  202.   CODES  =  27,85,0,0
  203.  
  204. NAME     =  "Automatic Linefeed ON"
  205.   DESC   =  "Activate automatic linefeed."
  206.             "Add a linefeed to each carriage"
  207.             "return received."
  208.   CODES  =  27,53,1
  209.  
  210. NAME     =  "Automatic Linefeed OFF"
  211.   DESC   =  "Deactivate automatic linefeed."
  212.   CODES  =  27,53,0,0
  213.  
  214. NAME     =  "Paper-Out Sensor ON"
  215.   DESC   =  "Activate paper-out sensor."
  216.             "Printer will alarm when paper is"
  217.             "out."
  218.   CODES  =  27,57
  219.  
  220. NAME     =  "Paper-Out Sensor OFF"
  221.   DESC   =  "Deactivate paper-out sensor."
  222.             "Printer ignores paper-out condition"
  223.             "and continues printing."
  224.   CODES  =  27,56
  225.  
  226. NAME     =  "Set Line Spacing 1/8"""
  227.   DESC   =  "Set line spacing to 1/8 of an inch."
  228.   CODES  =  27,48
  229.  
  230. NAME     =  "Set Line Spacing 7/72"""
  231.   DESC   =  "Set line spacing to 7/72 of an"
  232.             "inch."
  233.   CODES  =  27,49
  234.  
  235. NAME     =  "Set Line Spacing 1/6"""
  236.   DESC   =  "Set line spacing to 1/6 of an"
  237.             "inch."
  238.   CODES  =  27,50
  239.  
  240. NAME     =  "Set Line Spacing n/216"""
  241.   DESC   =  "Set line spacing in any increment"
  242.             "of 216ths of an inch."
  243.   CODES  =  27,51,0
  244.             "Enter new line spacing in"
  245.             "increments of 216ths of an inch."
  246.             " "
  247.             "Range: 0 to 255 decimal."
  248.             " "
  249.             "Example: Entering 108 (decimal)"
  250.             "would set line spacing at 108/216""."
  251.             0
  252.  
  253. NAME     =  "Set Form Length In Inches"
  254.   DESC   =  "Set the current form length in"
  255.             "inches."
  256.   CODES  =  27,67,0,0,0
  257.             "Enter number of inches to set the"
  258.             "current form length."
  259.             " "
  260.             "Range: 0 to 255 decimal."
  261.             " "
  262.             "Example: Entering 11 (decimal)"
  263.             "would set the current form length"
  264.             "to 11 inches."
  265.             0
  266.  
  267. NAME     =  "Set Form Length In Lines"
  268.   DESC   =  "Set the current form length in"
  269.             "lines."
  270.   CODES  =  27,67,0
  271.             "Enter number of lines to set the"
  272.             "current form length."
  273.             " "
  274.             "Range: 0 to 255 decimal."
  275.             " "
  276.             "Example: Entering 68 (decimal)"
  277.             "would set the current form length"
  278.             "to 68 lines."
  279.             0
  280.  
  281. NAME     =  "Perforation Skip ON"
  282.   DESC   =  "Activate perforation skip."
  283.             "You will be prompted for the"
  284.             "distance the printer should skip"
  285.             "when the perforation is"
  286.             "encountered."
  287.   CODES  =  27,78,0
  288.             "Enter number of lines to skip when"
  289.             "perforation is encountered."
  290.             " "
  291.             "Range: 0 to 255 decimal."
  292.             " "
  293.             "Example: Entering 18 (decimal)"
  294.             "would cause printer to skip 18"
  295.             "lines when the perforation is"
  296.             "encountered."
  297.             0
  298.  
  299. NAME     =  "Perforation Skip OFF"
  300.   DESC   =  "Deactivate perforation skip."
  301.   CODES  =  27,79
  302.  
  303. NAME     =  "Set Left Margin"
  304.   DESC   =  "Set the left margin."
  305.   CODES  =  27,88,0
  306.             "Enter character column position in"
  307.             "which to set the left margin."
  308.             " "
  309.             "Range: 1 to 255 decimal."
  310.             " "
  311.             "Example: Entering 15 (decimal)"
  312.             "while printer is in 10 cpi, would"
  313.             "set the left margin at 1 1/2""."
  314.             0,0,0
  315.  
  316. NAME     =  "Set Right Margin"
  317.   DESC   =  "Set the right margin."
  318.   CODES  =  27,88,0,0,0
  319.             "Enter character column position in"
  320.             "which to set the right margin."
  321.             " "
  322.             "Range: 1 to 255 decimal."
  323.             " "
  324.             "Example: Entering 80 (decimal)"
  325.             "while printer is in 10 cpi, would"
  326.             "set right margin at 8""."
  327.             0
  328.  
  329. NAME     =  "Select IBM Character Set I"
  330.   DESC   =  "Select the IBM character set I to"
  331.             "be used during printing."
  332.   CODES  =  27,55
  333.  
  334. NAME     =  "Select IBM Character Set II"
  335.   DESC   =  "Select the IBM character set II to"
  336.             "be used during printing."
  337.   CODES  =  27,54
  338.  
  339.